more option motion
authorparkrrrr <parkrrrr>
Thu, 18 May 2006 02:20:43 +0000 (02:20 +0000)
committerparkrrrr <parkrrrr>
Thu, 18 May 2006 02:20:43 +0000 (02:20 +0000)
xmldoc/filters/options/simplify-count.xml
xmldoc/filters/options/simplify-crosstrack.xml
xmldoc/filters/options/simplify-error.xml
xmldoc/filters/options/simplify-length.xml
xmldoc/filters/simplify.xml
xmldoc/formats/lowranceusr.xml
xmldoc/formats/options/lowranceusr-break.xml
xmldoc/formats/options/lowranceusr-ignoreicons.xml
xmldoc/formats/options/lowranceusr-merge.xml

index 8b137891791fe96927ad78e64b0aad7bded08bdc..9b268a3c9058d165bc3d1ca73f23880ec79e18f7 100644 (file)
@@ -1 +1,8 @@
-
+<para>
+This option specifies the maximum number of points which may appear in the
+simplified route.  For example, if you specify "count=50", all resulting
+routes will contain 50 points or fewer.  
+</para>
+<para>
+You must specify either this option or the <option>error</option> option.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..3b3c2831e81596d03c5540f587c66adb12c28499 100644 (file)
@@ -1 +1,11 @@
+<para>
+This option instructs GPSBabel to remove points that have the smallest 
+overall effect on the overall shape of the route.  Using this method, the
+first point to be removed will be the one that is closest to a line drawn 
+between the two points adjacent to it.
+</para>
+<para>
+If neither this option nor the <option>length</option> option is specified,
+this is the default.
+</para>
 
index 8b137891791fe96927ad78e64b0aad7bded08bdc..dec87de10cffc2a86d8e74e3ebd67b9f125e1edd 100644 (file)
@@ -1 +1,13 @@
-
+<para>
+This option specifies the maximum allowable error that may be introduced
+by removing a single point.  The value of this option is a distance, 
+specified in miles by default.  You may also specify the distance in 
+kilometers by adding a 'k' to the end of the number.
+</para>
+<para> 
+How the error is determined depends on whether the <option>length</option>
+or <option>crosstrack</option> method is used.  If you are using the length
+method, the error is the change in the length of the route introduced by 
+removing a point.  If you are using the crosstrack method, the error is the
+distance from the point to the line that results if that point is removed.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..0842f2f1f1c87f95dbf505f15e08f506dbe42e11 100644 (file)
@@ -1 +1,4 @@
-
+<para>
+This option instructs GPSBabel to simplify by removing points that cause the
+smallest change in the overall length of the route first.  
+</para>
index c445eba0a9af45f3153b094b8d3632625d024763..976f6190197bbb33f261f88a41cc8e3852a4bc99 100644 (file)
@@ -1,33 +1,21 @@
-
-         
-         <para> The Simplify filter is used to simplify routes and
-         tracks for use with formats that limit the number of points
-         they can contain or just to reduce the complexity of a route.</para>
-         <para>The Simplify filter attempts to remove points from each 
-         route until the number of points or the error is within the given 
-         bounds, while also attempting to preserve the shape of the original 
-         route as much as possible.  </para>
-         <para>You must specify either the "count" option or the "error" option.
-         The count option requires a number, which is the maximum number
-         of points that will appear in the simplified track.  The error 
-         option takes a distance, optionally followed by an 'm' for miles or
-         a 'k' for kilometers.  That distance specifies the maximum error;
-         how that error is determined depends on the simplification method,
-         described next.</para>
-         <para>You may also specify the method by which the filter chooses
-         which points to remove.  The options are "length", which tries to
-         remove points that have the smallest effect on the overall length
-         of the route, or "crosstrack", which tries to remove points that 
-         have the smallest overall effect on the shape of the route.  The
-         default, if you don't specify either option, is "crosstrack". </para>
-         <para> The quality of the results will vary depending on the
-         density of points in the original route and the length of the
-         original route.</para>
-         <para> For example, suppose you have a route from Street
-         Atlas 2003 that you wish to use with a Magellan GPS receiver
-         that only supports up to 50 points in a route:</para>
-         <screen format="linespecific">gpsbabel -r -i saroute -f RoadTrip.anr \
-   -x simplify,count=50 \
-   -o magellan  -F grocery.rte
-</screen>
+<para> 
+The Simplify filter is used to simplify routes and tracks for use with 
+formats that limit the number of points they can contain or just to 
+reduce the complexity of a route.
+</para>
+<para>
+The filter attempts to remove points from each route until the number 
+of points or the error is within the given bounds, while also attempting 
+to preserve the shape of the original route as much as possible.  
+</para>
+<para> 
+The quality of the results will vary depending on the density of points 
+in the original route and the length of the original route.
+</para>
+<para> 
+For example, suppose you have a route from Street Atlas 2003 that you 
+wish to use with a Magellan GPS receiver that only supports up to 50 points 
+in a route:
+</para>
+<screen format="linespecific">gpsbabel -r -i saroute -f RoadTrip.anr -x simplify,count=50 -o magellan  -F grocery.rte</screen>
       
index 86211d5e8da1beb7d5929fa6650ce37509ebe762..79a34410a2373b707544908309b60d4dfa9c5a4d 100644 (file)
@@ -1,14 +1,9 @@
-
-      
-      
-      <para> The Lowrance iFinder GPS series has the unique capability
+<para> 
+The Lowrance iFinder GPS series has the unique capability
 to output its data to an MMC card.  The data is saved to the card as a
 .USR file and can be read by your computer using a card reader.
 Waypoints, routes, tracks are supported.  By default, Event marker
 icons are converted to waypoints.  Symbols tend to get lost in the
-translation.</para>
-      <para> Additional options: ignoreicons - don't convert icons to
-waypoints merge - (USR output) merge all tracks into a single track
-with segments break - (USR input) break track segments into separate
-tracks</para>
+translation.
+</para>
     
index 8b137891791fe96927ad78e64b0aad7bded08bdc..fc1503704d00623c9f945971c9a2775c41f25bac 100644 (file)
@@ -1 +1,4 @@
-
+<para>
+This option breaks track segments into separate tracks when reading a .USR
+file.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..7930731c0ec13a3ab6ea55f123cdb40f365485d1 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+This option instructs GPSBabel to not convert icons to waypoints on input.
+</para>
index 8b137891791fe96927ad78e64b0aad7bded08bdc..f5c8721b312d1b4453a442f53a8a58f20a7279b0 100644 (file)
@@ -1 +1,3 @@
-
+<para>
+This option merges all tracks into a single track with multiple segments.
+</para>